created on Thu Nov 07 08:13:23 UTC 2019 by ?

1. Summary

Total Runs Success Rate Total time Failures Errors Skipped

36

100.0%

1 minutes, 25.593 seconds

0

0

0

2. Features

2.1. Functionality of Component Variant: Default loads non-inline elements in XS PASS

Result: PASS Time: 1.639 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.2. Functionality of Component Variant: Default loads non-inline elements in SM PASS

Result: PASS Time: 1.648 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.3. Functionality of Component Variant: Default loads non-inline elements in MD PASS

Result: PASS Time: 1.826 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.4. Functionality of Component Variant: Default loads non-inline elements in LG PASS

Result: PASS Time: 1.551 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.5. Functionality of Component Variant: Default loads non-inline elements in XLG PASS

Result: PASS Time: 1.724 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.6. Functionality of Component Variant: Default loads non-inline elements in XXLG PASS

Result: PASS Time: 1.767 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#sharebutton1"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Add this modules have been loaded

1
waitFor(15, 0.1) { js.exec("return window.addthis?true:false;") }
  • And Should have add this loaded

1
assert js.exec("return window.addthis?true:false;")
  • Where:

2.7. Functionality of Component Variant: Inline with Share Tool Box in XS PASS

Result: PASS Time: 2.319 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XS Should have embeded component

  • Where:

2.8. Functionality of Component Variant: Inline with Share Tool Box in SM PASS

Result: PASS Time: 2.375 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in SM Should have embeded component

  • Where:

2.9. Functionality of Component Variant: Inline with Share Tool Box in MD PASS

Result: PASS Time: 2.377 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in MD Should have embeded component

  • Where:

2.10. Functionality of Component Variant: Inline with Share Tool Box in LG PASS

Result: PASS Time: 2.485 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in LG Should have embeded component

  • Where:

2.11. Functionality of Component Variant: Inline with Share Tool Box in XLG PASS

Result: PASS Time: 2.629 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XLG Should have embeded component

  • Where:

2.12. Functionality of Component Variant: Inline with Share Tool Box in XXLG PASS

Result: PASS Time: 2.880 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atstbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Share Tool Box in XXLG Should have embeded component

  • Where:

2.13. Functionality of Component Variant: Inline with Follow Tool Box in XS PASS

Result: PASS Time: 2.274 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XS Should have embeded component

  • Where:

2.14. Functionality of Component Variant: Inline with Follow Tool Box in SM PASS

Result: PASS Time: 2.266 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in SM Should have embeded component

  • Where:

2.15. Functionality of Component Variant: Inline with Follow Tool Box in MD PASS

Result: PASS Time: 2.360 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in MD Should have embeded component

  • Where:

2.16. Functionality of Component Variant: Inline with Follow Tool Box in LG PASS

Result: PASS Time: 2.442 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in LG Should have embeded component

  • Where:

2.17. Functionality of Component Variant: Inline with Follow Tool Box in XLG PASS

Result: PASS Time: 2.630 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XLG Should have embeded component

  • Where:

2.18. Functionality of Component Variant: Inline with Follow Tool Box in XXLG PASS

Result: PASS Time: 2.955 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#atftbx"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Follow Tool Box in XXLG Should have embeded component

  • Where:

2.19. Functionality of Component Variant: Inline with Tip Jar in XS PASS

Result: PASS Time: 2.311 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XS Should have embeded component

  • Where:

2.20. Functionality of Component Variant: Inline with Tip Jar in SM PASS

Result: PASS Time: 2.344 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in SM Should have embeded component

  • Where:

2.21. Functionality of Component Variant: Inline with Tip Jar in MD PASS

Result: PASS Time: 2.290 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in MD Should have embeded component

  • Where:

2.22. Functionality of Component Variant: Inline with Tip Jar in LG PASS

Result: PASS Time: 2.461 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in LG Should have embeded component

  • Where:

2.23. Functionality of Component Variant: Inline with Tip Jar in XLG PASS

Result: PASS Time: 2.706 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XLG Should have embeded component

  • Where:

2.24. Functionality of Component Variant: Inline with Tip Jar in XXLG PASS

Result: PASS Time: 2.904 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#attj"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Inline with Tip Jar in XXLG Should have embeded component

  • Where:

Result: PASS Time: 1.783 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.758 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 1.868 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.065 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.215 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

Result: PASS Time: 2.315 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = ".at4-recommendedbox-outer-container"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
assert $(selector).size() > 0
  • Where:

2.31. Functionality of Component Variant: Default in XS PASS

Result: PASS Time: 1.964 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XS Should have embeded component

  • Where:

2.32. Functionality of Component Variant: Default in SM PASS

Result: PASS Time: 2.215 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in SM Should have embeded component

  • Where:

2.33. Functionality of Component Variant: Default in MD PASS

Result: PASS Time: 2.764 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in MD Should have embeded component

  • Where:

2.34. Functionality of Component Variant: Default in LG PASS

Result: PASS Time: 2.796 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in LG Should have embeded component

  • Where:

2.35. Functionality of Component Variant: Default in XLG PASS

Result: PASS Time: 3.111 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XLG Should have embeded component

  • Where:

2.36. Functionality of Component Variant: Default in XXLG PASS

Result: PASS Time: 3.484 seconds

  • Given: >the page hierarchy is created as "Components" > "Content" > "Text"

  • And >I am in the component showcase page

  • And >the component is on the showcase page

1
def selector = "#image6"
  • When I am on the component showcase page

1
2
setWindowSize(viewport)
waitForAuthorPreviewPage()
  • Then The component should be on the page

1
def component = waitForComponent(selector)
  • And Should have embeded component

1
2
assert $(selector).size() > 0
takeScreenshot($(selector).firstElement(), "Should have embeded component")
Current

Functionality of Component Variant Default in XXLG Should have embeded component

  • Where: